if browser css

33

@-moz-document url-prefix() {
  h1 {
    color: red;
  }
}

<h1>This should be red in Firefox</h1>

Comments

Submit
0 Comments